Scheduler for WPF and Silverlight | ComponentOne
C1.C1Schedule Namespace / AppointmentList Class / Sort Method / Sort(Comparison<Appointment>) Method
The Comparison to use when comparing elements.

In This Topic
    Sort(Comparison<Appointment>) Method
    In This Topic
    Sorts the elements in the entire AppointmentList using the specified System.Comparison.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Sort( _
       ByVal comparison As Comparison(Of Appointment) _
    ) 
    public void Sort( 
       Comparison<Appointment> comparison
    )

    Parameters

    comparison
    The Comparison to use when comparing elements.
    See Also